
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: white;
}
#mainNav {
    background-color: #005DA8;
    color: white;
}

.navbar-brand {
    color: black white;
    font-weight: 500;
}

#logo {
    height: 50px;
}
#logos img {
    max-height: 15%;
    max-width: 85%;
    object-fit: scale-down;
}

#logos {
    overflow-x: hidden;
}

.nav-item > a {
    color: white !important;
    font-weight: 400;
}

.pageHeader {
    color: #00508D;
}

.styleAlert {
    text-align: center;
    width: 35%;
    margin-bottom: 0rem;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .styleAlert {
        width: 90%;
    }

    
}

@media (min-width: 990px) {
    .smallViewNavItem {
        display: none;
    }
}


/* .btn-secondary {
    border: 1px solid black;
} */



.btn-primary {
    color: white !important;
    background-color: #005DA8 !important;
    font-weight: 500;
    border-color: whitesmoke !important;
}


.btn-primary:hover {
    color: white !important;
    background-color: #005DA8 !important;
    font-weight: 500;
    border-color: black !important;
}

.btn-outline-primary {
    color: #005DA8;
    border-color: #005DA8;
    font-weight: 500;
    border: 2px solid #005DA8;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #005DA8;
    border-color: #005DA8;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: black;
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #005DA8;
}


#welcomeJumbo {

        background: whitesmoke;
        color: #005DA8 !important;
        border: 2px solid black;
        border-radius: 10px;

}


.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00508D;
    border: #00508D;
    color: white;
    word-break: break-all;
    box-sizing: border-box;
}